home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOOPDATASET / TFRMLOOPDATASET.txt
Encoding:
Text File  |  2003-01-14  |  3.0 KB  |  131 lines

  1. inherited frmLoopDataset: TfrmLoopDataset
  2.   Left = 411
  3.   Top = 233
  4.   HelpContext = 53
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Loops through the rows of the dataset specified.  With each succ' +
  17.           'essive loop the '
  18.         
  19.           'current row of the dataset is incremented.  The loop ends when a' +
  20.           't the end of the '
  21.         'dataset or when a Break is encountered.')
  22.     end
  23.   end
  24.   inherited pnlCenter: TPanel
  25.     inherited pgcControlPage: TPageControl
  26.       inherited tbsAM5Main: TTabSheet
  27.         object lblDataset: TLabel
  28.           Left = 10
  29.           Top = 16
  30.           Width = 157
  31.           Height = 13
  32.           AutoSize = False
  33.           Caption = 'D&ataset name:'
  34.           FocusControl = cboDataset
  35.         end
  36.         object cboDataset: TAM5VarListComboBox
  37.           Left = 10
  38.           Top = 32
  39.           Width = 224
  40.           Height = 21
  41.           ItemHeight = 13
  42.           TabOrder = 0
  43.         end
  44.         object grpOptionalParams: TGroupBox
  45.           Left = 10
  46.           Top = 65
  47.           Width = 449
  48.           Height = 116
  49.           TabOrder = 1
  50.           object lblStartRow: TLabel
  51.             Left = 14
  52.             Top = 16
  53.             Width = 181
  54.             Height = 13
  55.             AutoSize = False
  56.             Caption = '&Start row:'
  57.             FocusControl = edtStartRow
  58.           end
  59.           object lblEndRow: TLabel
  60.             Left = 14
  61.             Top = 65
  62.             Width = 173
  63.             Height = 13
  64.             AutoSize = False
  65.             Caption = 'E&nd row:'
  66.             FocusControl = edtEndRow
  67.           end
  68.           object edtStartRow: TEdit
  69.             Left = 14
  70.             Top = 32
  71.             Width = 212
  72.             Height = 21
  73.             TabOrder = 0
  74.           end
  75.           object edtEndRow: TEdit
  76.             Left = 14
  77.             Top = 81
  78.             Width = 212
  79.             Height = 21
  80.             TabOrder = 1
  81.           end
  82.         end
  83.         object chkOptionalParams: TCheckBox
  84.           Left = 20
  85.           Top = 64
  86.           Width = 425
  87.           Height = 17
  88.           Caption = '&Optional parameters'
  89.           TabOrder = 2
  90.           OnClick = chkOptionalParamsClick
  91.         end
  92.       end
  93.     end
  94.   end
  95.   inherited taclKeyboardTrap: TActionList
  96.     Left = 200
  97.   end
  98.   inherited dxSIBarManager: TdxBarManager
  99.     Categories.ItemsVisibles = (
  100.       2)
  101.     Categories.Visibles = (
  102.       True)
  103.     PopupMenuLinks = <
  104.       item
  105.         Control = lsvAM5Errors
  106.         PopupMenu = dxCheckPopup
  107.       end>
  108.     DockControlHeights = (
  109.       0
  110.       0
  111.       0
  112.       0)
  113.   end
  114.   inherited dxCheckPopup: TdxBarPopupMenu
  115.     ItemLinks = <
  116.       item
  117.         Item = itmCheckAllErrors
  118.         UserGlyph.Data = {00000000}
  119.         Visible = True
  120.       end
  121.       item
  122.         Item = itmCheckNoErrors
  123.         UserGlyph.Data = {00000000}
  124.         Visible = True
  125.       end>
  126.   end
  127.   inherited IvTranslator1: TIvTranslator
  128.     Left = 232
  129.   end
  130. end
  131.